.light{

* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#topSection {
    display: flex;
    flex-direction: column;
    background-image: url("png/Layer 15.png");
    background-position: -180px -760px;

    gap: 40px;


}

#headerSection {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(203, 200, 200, .7);
    padding-bottom: 0px;
    gap: 40px;
    

}

#headerImage {
    padding-left: 40px;
}

#topHeader {

    height: 60px;
    width: 100vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
    padding-right: 100px;
    gap: 40px;
}

#topHeader .container {
    display: flex;

}

.container a {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 16px;
    color: #313131;
    opacity: .500;
    font-weight: bold;
    font-family: "Arial";
    text-decoration: none;
    transition: color 0.3s ease, opacity 0.3s ease;
}

.container a:hover {
    color: #000000;
    opacity: 1;
}


#GenericCompany {

    height: 350px;
    width: 100vw;
    display: flex;
    padding: 30;
    padding-top: 100px;
    padding-bottom: 219px;
    justify-content: center;
    align-content: center;

}

#GenericCompany h1 {
    opacity: 0.902;
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 16px;
    color: #222222;
    font-weight: bold;
    font-family: "Gotham Bold";
    text-align: center;
    background-color: #ededed;
    margin: 0;
    padding: 6.5px 20px;
    white-space: nowrap;

}

#welcomeSection {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ededed;
    padding: 30px;
    padding-bottom: 0px;
    gap: 40px;

}

#welcomeImage {
    padding-right: 60px;
    padding-bottom: 0px;
}


#welcome {
    height: 350px;
    width: 100vw;
    display: block;

    padding-left: 60px;
    padding-top: 60px;
}

#welcome h1 {
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 44px;
    color: #333333;
    font-family: "Arial";
    font-weight: 100;
}


#welcome p {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 35px;
    color: #333333;
    font-family: "Arial";
}

#passionateSection {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #537abd;
    padding: 30px;
    gap: 40px;

}



.passionates {
    float: left;
}

#passionate {
    height: 350px;
    width: 100vw;
    display: block;
    padding: 30px;
    padding-left: 200;
    text-align: right;
    background-color: #537abd;
}

#passionate h1 {
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 44px;
    color: #ffffff;
    font-family: "Arial";
    text-align: left;
    font-weight: 100;
}

#passionate p {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 35px;
    color: #222244;
    font-family: "Arial";
    text-align: left;
}

#locationSection {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ededed;
    padding: 0px;
    padding-bottom: 0px;
    gap: 40px;
}

#location {
    height: 350px;
    width: 100vw;
    padding: 30px;
    padding-top: 60px;
    padding-left: 120px;
}

#location h1 {
    font-size: 40px;
    letter-spacing: 0px;
    font-weight: 100;
    line-height: 44px;
    color: #333333;
    font-family: "Arial";

}

#location li {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 25px;
    color: #666666;
    font-family: "Arial";
}

#location ul li:nth-child(1) {
    list-style-image: url('png/Ellipse 1.png');
}

#location ul li:nth-child(3) {
    list-style-image: url('png/phone.png');
}


#bottomHeader {
    padding: 60px;
    padding-left: 40px;

}

#bottomHeader table {
    border-collapse: separate;
    border-spacing: 40px 0px;
    font-family: Arial;
    font-size: 12px;
    text-transform: uppercase;
    width: max-content;
    color: #999999;

}

#bottomHeader a {
    font-size: 12px;
    color: #999999;
    opacity: .400;
    font-family: "Arial";
    text-decoration: none;
    transition: color 0.3s ease, opacity 0.3s ease;
}

#bottomHeader a:hover {
    color: #ededed;
    opacity: 1;
}

#copywrite {
    padding: 15px;
    background-color: #000000;
    text-align: center;
}

#copywrite p {
    color: #333333;
    font-family: Arial;
}


#bottomSection {
    display: flex;
    align-items: center;

    background-image: url('png/bottomBackground.png');
    gap: 40px;
}

#socials {

   padding-left: 45vw;
}
}



.dark{

* {

    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

#topSection {
    display: flex;
    flex-direction: column;
    background-image: url("png/Layer 15.png");
    background-position: -180px -760px;

    gap: 40px;


}

#headerSection {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(54, 59, 61, 0.7);
    padding-bottom: 0px;
    gap: 40px;


}

#headerImage {
    padding-left: 40px;
}

#topHeader {

    height: 60px;
    width: 100vw;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 20px;
    padding-right: 100px;
    gap: 40px;
}

#topHeader .container {
    display: flex;

}

.container a {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 16px;
    color: #c9c4bd;
    opacity: .500;
    font-weight: bold;
    font-family: "Arial";
    text-decoration: none;
    transition: color 0.3s ease, opacity 0.3s ease;
}

.container a:hover {
    color: #ffffff;
    opacity: 1;
}


#GenericCompany {

    height: 350px;
    width: 100vw;
    display: flex;
    padding: 30;
    padding-top: 100px;
    padding-bottom: 219px;
    justify-content: center;
    align-content: center;

}

#GenericCompany h1 {
    opacity: 0.902;
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 16px;
    color: #d3cfc9;
    font-weight: bold;
    font-family: "Gotham Bold";
    text-align: center;
    background-color: #222526;
    margin: 0;
    padding: 6.5px 20px;
    white-space: nowrap;

}

#welcomeSection {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #222526;
    padding: 30px;
    padding-bottom: 0px;
    gap: 40px;

}

#welcomeImage {
    padding-right: 60px;
    padding-bottom: 0px;
}


#welcome {
    height: 350px;
    width: 100vw;
    display: block;

    padding-left: 60px;
    padding-top: 60px;
}

#welcome h1 {
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 44px;
    color: #c8c3bc;
    font-family: "Arial";
    font-weight: 100;
}


#welcome p {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 35px;
    color: #c8c3bc;
    font-family: "Arial";
}

#passionateSection {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #537abd;
    padding: 30px;
    gap: 40px;

}



.passionates {
    float: left;
}

#passionate {
    height: 350px;
    width: 100vw;
    display: block;
    padding: 30px;
    padding-left: 200;
    text-align: right;
    background-color: #537abd;
}

#passionate h1 {
    font-size: 40px;
    letter-spacing: 0px;
    line-height: 44px;
    color: #e8e6e3;
    font-family: "Arial";
    text-align: left;
    font-weight: 100;
}

#passionate p {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 35px;
    color: #b4c2da;
    font-family: "Arial";
    text-align: left;
}

#locationSection {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #222526;
    padding: 0px;
    padding-bottom: 0px;
    gap: 40px;
}

#location {
    height: 350px;
    width: 100vw;
    padding: 30px;
    padding-top: 60px;
    padding-left: 120px;
}

#location h1 {
    font-size: 40px;
    letter-spacing: 0px;
    font-weight: 100;
    line-height: 44px;
    color: #c8c3bc;
    font-family: "Arial";

}

#location li {
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 25px;
    color: #a8a095;
    font-family: "Arial";
}

#location ul li:nth-child(1) {
    list-style-image: url('png/Ellipse 1.png');
}

#location ul li:nth-child(3) {
    list-style-image: url('png/phone.png');
}


#bottomHeader {
    padding: 60px;
    padding-left: 40px;

}

#bottomHeader table {
    border-collapse: separate;
    border-spacing: 40px 0px;
    font-family: Arial;
    font-size: 12px;
    text-transform: uppercase;
    width: max-content;
    color: #a8a095;

}

#bottomHeader a {
    font-size: 12px;
    color: #a8a095;
    opacity: .400;
    font-family: "Arial";
    text-decoration: none;
    transition: color 0.3s ease, opacity 0.3s ease;
}

#bottomHeader a:hover {
    color: #ededed;
    opacity: 1;
}

#copywrite {
    padding: 15px;
    background-color: #000000;
    text-align: center;
}

#copywrite p {
    color: #333333;
    font-family: Arial;
}


#bottomSection {
    display: flex;
    align-items: center;

    background-image: url('png/bottomBackground.png');
    gap: 40px;
}

#socials {

   padding-left: 45vw;
}

}